* {
  box-sizing: border-box;
}

.box {
  margin: 5em auto;
/*  background: #F4F4F4;*/
/*  background: rgba(118, 121, 103, 0.29);*/
  padding-bottom: 20px;
  border-radius: 3%;
}

.box .card-body h4{
    margin-top: -40px;
}

.left {
  z-index: 100;
  position: relative;
  top: -35px;
  margin: 10%;
  width: auto;
}

.left img {
/*    margin-top: 20px;*/
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: -5px 15px 20px 5px rgba(0, 0, 0, 0.4);
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*#card-lists{
  font-family: arial;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  .card-flex{
    float: left;
    width: 19.7368%;
    border: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.75438%;
    overflow: hidden;
    
    &:first-child{
      margin-left: 0;
    }
    figure{
      width: 100%;
      padding: 0;
      margin: 0;
      display: block;
      img{
        width: 100%;
        height: auto;
      }
      figcaption{
        padding: 10px;
        margin: 0;
        display: block;
      }

    }*/
/*    
  }  
}*/

.my-flex-card > div > div.card {
/*    height: calc(100% - 30px);
    margin-bottom: 15px;*/
height: 500px;
}



.card-profile {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.4);
}


.card-profile.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card-profile.hovercard .cardheader {
    background: url(../Image/Details/blur.jpg);
    background-size: cover;
    height: 135px;
}

.card-profile.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card-profile.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card-profile.hovercard .info {
    padding: 4px 8px 10px;
}

.card-profile.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}






